home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gCurrTextpic, gMidEssayStage, gAcceptTextClix
- puppetSprite(8, 1)
- set the castNum of sprite 8 to 30
- set the visible of sprite 8 to 1
- updateStage()
- set gAcceptTextClix to 0
- if rollOver(8) then
- cursor(-1)
- set the movieRate of sprite 8 to 1
- else
- if rollOver(22) then
- set the movieRate of sprite 8 to 0
- cursor(-1)
- else
- if rollOver(23) then
- set the movieRate of sprite 8 to 0
- cursor(-1)
- else
- if rollOver(7) then
- set the movieRate of sprite 8 to 0
- if the puppet of sprite 7 = 1 then
- cursor(-1)
- else
- navChk()
- end if
- else
- navChk()
- end if
- end if
- end if
- end if
- go(the frame)
- end
-
- on navChk
- global gAcceptTextClix, gMidEssayStage, gReadCheck
- set the movieRate of sprite 8 to 0
- set gAcceptTextClix to 1
- if the mouseH > gMidEssayStage then
- cursor([20, 340])
- else
- if gReadCheck = 1 then
- cursor([21, 341])
- else
- cursor([20, 340])
- end if
- end if
- end
-